home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / utils / cando12.dms / in.adf / HelpFiles / Object / CMD.DATA next >
Encoding:
Text File  |  1990-01-29  |  1.5 KB  |  61 lines

  1. |disableobj|
  2. windowtitle `DisableObject "Object Name"
  3. printlf `"Object Name" identifies a Button, Field,
  4. printlf `or Document object.  This command makes
  5. printlf `the Object inaccessable to the user until
  6. subject `EnableObject`EnableObject`
  7. printlf ` is used. The object is ghosted.
  8. end
  9.  
  10. |enableobj| 
  11. windowtitle `EnableObject "Object Name"`
  12. printlf `Makes the Object accessable to the user.
  13. printlf `and will display the Object as non-ghosted.
  14. printlf
  15. print `SEE ALSO: `
  16. subject `DisableObject`DisableObject`
  17. end
  18.  
  19. |setobjstate|
  20. windowtitle `SetObjectState "Object Name", «logical expression»
  21. printlf `Used to deselect or select an Object.
  22. printlf `TRUE will select the Object.
  23. printlf `FALSE will deselect the Object.`
  24. end
  25.  
  26. |fastfeedback|
  27. windowtitle `FastFeedBack «logical expression»
  28. printlf `Enables or disables FastFeedBack on
  29. printlf `mouse movements for an Object's Drag
  30. printlf `Script.  See page 6-60 in the User's
  31. printlf `manual for a full discussion.
  32. end
  33.  
  34. |moveobj|
  35. windowtitle `MoveObject "Object Name",<x>,<y>
  36. printlf `Moves an object in the visible window
  37. printlf `to the coordinates <x>,<y>.
  38. end
  39.  
  40. |setint|
  41. windowtitle `SetInteger "Object Name",<value>
  42. printlf `Sets the value displayed in the Integer
  43. printlf `Field indicated by "Object Name" to the
  44. printlf `given value.
  45. printlf
  46. print `SEE ALSO: `
  47. subject `SetText`SetText`
  48. end
  49.  
  50. |settext|
  51. windowtitle `SetText "Object Name", "Text"
  52. printlf `Sets the string displayed in the String
  53. printlf `Field of the specified object to the
  54. printlf `given "Text".
  55. printlf
  56. print `SEE ALSO: `
  57. subject `SetInteger`SetInteger`
  58. end
  59.  
  60.  
  61.